Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution studio.extensions.nuxeo-routing-default--directories

This contribution is part of XML component studio.extensions.nuxeo-routing-default inside nuxeo-routing-default-9.10.jar /OSGI-INF/extensions.xml

Extension Point

Extension point directories of component GenericDirectory.

Contributed Items

  • <directory extends="template-vocabulary" name="WorkflowType">
          <autoincrementIdField>false</autoincrementIdField>
          <createTablePolicy>on_missing_columns</createTablePolicy>
          <table>studio_vocabulary_WorkflowType</table>
          <dataFile>data/vocabularies/WorkflowType.csv</dataFile>
          <cacheEntryName>vocab-WorkflowType-cache</cacheEntryName>
          <cacheEntryWithoutReferencesName>vocab-WorkflowType-cache-without-references</cacheEntryWithoutReferencesName>
        </directory>

XML Source

<extension point="directories" target="org.nuxeo.ecm.directory.GenericDirectory">
    <directory extends="template-vocabulary" name="WorkflowType">
      <autoincrementIdField>false</autoincrementIdField>
      <createTablePolicy>on_missing_columns</createTablePolicy>
      <table>studio_vocabulary_WorkflowType</table>
      <dataFile>data/vocabularies/WorkflowType.csv</dataFile>
      <cacheEntryName>vocab-WorkflowType-cache</cacheEntryName>
      <cacheEntryWithoutReferencesName>vocab-WorkflowType-cache-without-references</cacheEntryWithoutReferencesName>
    </directory>
  </extension>